home *** CD-ROM | disk | FTP | other *** search
/ Hot Hunks / Hot Hunks.iso / install.bat < prev    next >
DOS Batch File  |  1993-06-08  |  5KB  |  109 lines

  1. @ECHO OFF
  2. IF "%1"=="" GOTO GETDRIVE
  3. IF "%2"=="" GOTO GETDRIVE
  4. GOTO GETSTART
  5. :GETDRIVE
  6. CLS
  7. ECHO.
  8. ECHO.
  9. ECHO ┌── You Need to Specify Your Hard Drive and CD-ROM Drive Letters! ───┐
  10. ECHO └───────────────────── Please specify like this: ────────────────────┘
  11. ECHO.
  12. ECHO                               INSTALL C D
  13. ECHO.
  14. ECHO ──────────────── If you want to install to your C: Drive ─────────────
  15. ECHO.                     with your CD-ROM Being D: Drive
  16. ECHO.
  17. GOTO END
  18. :GETSTART
  19. CLS
  20. ECHO.
  21. ECHO  ▐▐▌ This CD-ROM Contains a Great Shareware Program that has been 
  22. ECHO  ▐▐▌ customized for this CD-ROM.    It's GIF-REED !!!!
  23. ECHO  ▐▐▌
  24. ECHO  ▐▐▌ It allows you to View all the GIF files on this disc by looking
  25. ECHO  ▐▐▌ at a screen of "Thumbnails" and selecting the image you wish to
  26. ECHO  ▐▐▌ view (Full Screen) with your Left Mouse Button. We Recommend
  27. ECHO  ▐▐▌ that you Select Option #1 at this point.
  28. echo.     
  29. echo.
  30. ECHO.    
  31. ECHO  ▐▐▌ ( 1 ) Install GIF-REED (Mouse Driven Menu System) to Drive %1: of
  32. ECHO  ▐▐▌ your system. (Requires less then 5k of Space)
  33. echo.
  34. ECHO  ▐▐▌ ( 2 ) Exit to DOS (No Installation will be done)
  35. ECHO  ▐▐▌ 
  36. echo.
  37. ECHO  ▐▐▌ Please make your selection now..............
  38. echo.
  39. ASK N 1 2 3
  40.  
  41. IF ERRORLEVEL = 3 GOTO END
  42. IF ERRORLEVEL = 2 GOTO END
  43. IF ERRORLEVEL = 1 GOTO GIFV
  44. IF ERRORLEVEL = 0 GOTO END
  45.  
  46.  
  47. :GIFV
  48. CLS
  49. ECHO.
  50. ECHO ┌─────────────────────────────────────────────────────────────────┐
  51. ECHO │          Please Note that GIF-REED is a Shareware Program.      │▄
  52. ECHO │     If you decide that it is a good program, Please support     │█
  53. ECHO │        the Shareware Effort by Registering the Program.         │█
  54. ECHO └─────────────────────────────────────────────────────────────────┘█
  55. ECHO   ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  56. ECHO.
  57. PAUSE
  58. CLS
  59. ECHO.
  60. ECHO.
  61. ECHO ┌─────────────────────────────────────────────────────────────┐
  62. ECHO │  We are now going to create a batchfile that will allow you │▄
  63. ECHO │  to access the Hot Hunks(tm) CD-ROM Disc with GIF-REED      │█
  64. ECHO │  This Batchfile will be called HUNKS, and it will reside    │█
  65. ECHO │  in your C:\DOS Directory.  If you do not have a C:\DOS     │█
  66. ECHO │  Directory, You will need to create one and run this        │█
  67. ECHO │  Installation program again.                                │█
  68. ECHO │                                                             │█
  69. ECHO │  When the batchfile is created, you should only have to     │█
  70. ECHO │  type in the word HUNKS, and it will start viewing.         │█
  71. ECHO └─────────────────────────────────────────────────────────────┘█
  72. ECHO   ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  73. ECHO.
  74. PAUSE
  75. CLS
  76. if exist c:\dos\hunks.bat del c:\dos\hunks.bat
  77. echo @echo off              >>c:\dos\hunks.bat
  78. echo echo. >>c:\dos\hunks.bat
  79. echo echo Please Stand By.........This will take a minute to load!  >>c:\dos\hunks.bat
  80. echo echo. >>c:\dos\hunks.bat
  81. echo SET TMP=C:\>>c:\dos\hunks.bat
  82. echo ASSIGN D = %2          >>c:\dos\hunks.bat
  83. echo D:                     >>c:\dos\hunks.bat
  84. echo cd D:\MENU             >>c:\dos\hunks.bat
  85. echo GIFV D:\CATALOG        >>c:\dos\hunks.bat
  86. echo ASSIGN                 >>c:\dos\hunks.bat
  87. ECHO C:                     >>c:\dos\hunks.bat
  88. ECHO ECHO Please Consider Registering this Fine Software with it's Author Davie, >>c:\dos\hunks.bat
  89. echo ECHO He has Spent a Great Deal of time in writing this Great Software and >>c:\dos\hunks.bat
  90. echo ECHO your Support Helps. >>c:\dos\hunks.bat
  91. echo ECHO. >>c:\dos\hunks.bat
  92. echo ECHO When you Register, The Shareware Information Screens go Away.  >>c:\dos\hunks.bat
  93. echo ECHO. >>c:\dos\hunks.bat
  94. ECHO echo Read the Text File called MONEY.DOC & See how you can make $$$$ from GIF-REED. >>c:\dos\hunks.bat
  95. echo ECHO. >>c:\dos\hunks.bat
  96. echo ECHO. >>c:\dos\hunks.bat
  97. echo :End                   >>c:\dos\hunks.bat
  98. ECHO.
  99. ECHO ┌─────────────────────────────────────────────────────────────────┐
  100. ECHO │     Custom Version of GIF-REED for the HOT HUNKS(tm) CD-ROM     │▄
  101. ECHO │                                                                 │█
  102. ECHO │                    Installation  Complete !!                    │█
  103. ECHO │                                                                 │█
  104. ECHO │  Remember:                                                      │█
  105. ECHO │            To run GIF-REED, Just type    HUNKS                  │█
  106. ECHO └─────────────────────────────────────────────────────────────────┘█
  107. ECHO   ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  108. ECHO.
  109. :END